Signed-off-by: Keir Fraser <keir@xen.org>
static void acpi_idle_do_entry(struct acpi_processor_cx *cx)
{
- int unused;
-
switch ( cx->entry_method )
{
case ACPI_CSTATE_EM_FFH:
/* Dummy wait op - must do something useless after P_LVL2 read
because chipsets cannot guarantee that STPCLK# signal
gets asserted in time to freeze execution properly. */
- unused = inl(pmtmr_ioport);
+ inl(pmtmr_ioport);
return;
case ACPI_CSTATE_EM_HALT:
safe_halt();